home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / thor / s / cfgsoup next >
Text File  |  1996-11-10  |  2KB  |  31 lines

  1. ;TDF_NO_NAME_CHECK        (1<<0)    /* Don't check BBSData->bd_UserName/            */
  2. ;                                /* ConfData->cd_Alias when adding messages    */
  3. ;TDF_NO_ADDR_CHECK        (1<<1)    /* Don't check BBSData->bd_UserAddr when         */
  4. ;                                /* adding messages                                     */
  5. ;TDF_SELECT_ADD_USER    (1<<2)    /* BBSType supports selectable user adding.    */
  6. ;TDF_ADD_USERS            (1<<3)    /* The parser for this eventtype adds users     */
  7. ;    /* to the user database by default. Used by ConfigBBS() when creatig new BBS'es.    */
  8. ;TDF_ABS_LINELENGTH        (1<<4)    /* The line length in messages from this bbs */
  9. ;    /* type is never longer than defined for the conf/bbs/bbsttype.                        */
  10. ;TDF_MULTIPLE_CONFS        (1<<5)    /* BBSType supports "conf1,conf2,...,confn"    */
  11. ;                                /* in BREV_Conference tag.                         */
  12. ;TDF_MULTIPLE_TO            (1<<6)    /* BBSType supports "to1,to2,...,ton" in         */
  13. ;    /* BREV_ToName and/or BREV_ToAddr. If both BREV_ToName and BREV_ToAddr tags are    */
  14. ;    /* used must name x in BREV_ToName correspond to address x in BREV_ToAddr.            */
  15. ;TDF_REFLOW_QUOTING        (1<<7)    /* Reflow quoting should be on as default     */
  16. ;                                /* when answering messages.                         */
  17. ;TDF_GLOBAL_REPLIES        (1<<8)    /* BRMSG_MsgID or BRMSG_OrginalNr is globaly */
  18. ;    /* unique and can be used when repling messages to another conference than the     */
  19. ;    /* orginal.    See BREV_RefConference tag.                                                        */
  20. ;TDF_NAME_REPLIES        (1<<9)    /* It is possible to reply messages to         */
  21. ;    /* another user than the author of the orginal message.                                    */
  22. ;TDF_REPLY_SUBJ_PREFIX    (1<<10)    /* Use "Re: " as subject prefix on replies.    */
  23. ;TDF_EVENTS_HANDELED    (1<<11)    /* The library shouldn't ask if packed         */
  24. ;    /* events should be deleted when parsing. This is handled by the event                 */
  25. ;    /* packer/parser.                                                                                        */
  26.  
  27.  
  28. ; $VER: cfgsoup 1.3 (16.9.96)
  29. set Cfg `GetEnv THOR/ThorPath`bin/cfgtype
  30. $Cfg SOUP MP "bin/ParseSOUP" QUOTETYPE 3 LL 78 SL 78 CHARSET ISO ASF 00000000 CTF ffffffff STF 000047e5 EP "bin/PackSOUP" EA Zip AP ~(#?.out) INITMSGFILE "bin/InitRFC INITMSGFILE" EXTCONFIG "rexx/CfgSOUP.thor" cfge 0:3,1,7,2:9,20,21,23,26,27 cfge 1:3,4,1,2,7:6,9,20,21,23,26,27 cfge 2:3: cfge 3:3: cfge 6:: cfge 9:1,2,3,4,22:0,6,7,9,23,26,27 cfge 13:3,6:
  31.